module ProjectRussia
{
	imports {
		Base
		}
    
	item Hat_Doctorshat
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Doctor's Hat,
		ClothingItem = Hat_Doctorshat,
		BodyLocation = Hat,
		Icon = DoctorsHat,
		CanHaveHoles = false,
		ChanceToFall = 5,
		WaterResistance = 0.1,
        WorldStaticModel = DoctorsHat_Ground,
	}
	item Hat_FaceMask
	{
	   DisplayCategory = Accessory,
		Type = Clothing,
      FabricType = Cotton,
		DisplayName = Cloth Mask,
		ClothingItem = Hat_FaceMask,
		BodyLocation = Mask,
		Icon = FaceMask,
		CanHaveHoles = false,
      BloodLocation = Head,
      Insulation = 0.6,
      WindResistance = 0.5,
      Weight = 0.2,
	}
}